Welcome![Sign In][Sign Up]
Location:
Search - bmp 8 24

Search list

[source in ebook转8幅bmp240+64为16K二进制

Description: C 转换8幅bmp240+64为16K二进制表-C conversion eight bmp240 64 to 16K binary Table
Platform: | Size: 1024 | Author: 陈进光 | Hits:

[GDI-Bitmap可显示8位和24位bmp图像的CImage类

Description: //简单的可操作8位和24位bmp位图的图像类。 //特点: //1、显示速度快。(我用这个类显示图像序列,比VC++内幕的CDIB类快很多。) //2、重载=操作符。 //3、通过函数操作可以得到图像数据。 //局限: //只能显示8位和24位bmp位图-//simple operational 8 and 24 bmp bitmap image category.// Characteristics :// 1, showed faster. (I use this image sequence shows category, the VC Insider Bitmap type much faster.)// 2, heavy = operator.// 3, the function can be operated image data.// Limitations :// only shows 8 and 24 bmp bitmap
Platform: | Size: 2048 | Author: 李欣 | Hits:

[Multimedia Developyuvtools

Description: BMP2GBMP.exe 将一副副的BMP图片合并成一个没有BMP头信息的文件 note:仅支持24位bmp图片 DYUV2SEQ.exe 实现分离的yuv文件转换成YUV序列 4:2:0 ShowDIB.exe BMP图片显示程序,多文档框架 YUV2BMP.exe 实现了YUV转换成24位的BMP图片,实现了批量转换 BMP2SEQ.exe 将一系列24位或8位的BMP图片转换成4:2:0的YUV序列。 DYUV2BMP.exe 将分离的Y,U,V转换成24位的BMP图片,实现了批量转换 GBMP2SEQ.exe 实现包含一组rgb24图片(不含文件头)的单一文件到yuv4:2:0序列文件的转换 SEQ2BMP.exe 实现了SEQ2BMP的程序 输出BMP文件为24位真彩 SeqCut.exe 实现对YUV4:2:0文件的剪切操作 即从序列文件中取出一段序列 SeqSnr.exe 实现了两序列对应帧之间Y分量的SNR求取,并给出平均值 YUV2SEQ.exe 将单帧的YUV文件转换位YUV序列 4:2:0 YUV2SEQ2.exe 将单帧的YUV文件转换位YUV序列 4:2:0 可以选择目标图像的位置和大小-BMP2GBMP.exe a deputy to the BMP images into BMP not a first information documents note : supports only 24 bmp Photo DYUV2SEQ.exe achieve separation of YUV file conversion into YUV sequence out 4:2:0 ShowDIB.exe BMP pictures procedures, Multi- Document Framework YUV2BMP.exe YUV conversion to achieve the 24% of the BMP pictures, to achieve the batch conversion BMP2SEQ.exe 24 will be a series of eight or BMP images converted into four : the YUV series 2-0. DYUV2BMP.exe Isolated Y, U, V converted into 24 BMP pictures, to achieve the batch conversion GBMP2SEQ.exe achieve encompassing rgb24 Photo (excluding file) a single document to yuv4 : 2 : 0 sequence document conversion SEQ2BMP.exe realized SEQ2BMP procedures for the export of BMP file 24 color SeqCut.exe realize right YUV4 : 2 : 0 docume
Platform: | Size: 245760 | Author: ggg | Hits:

[Graph programbmp24

Description: 显示bmp图像的源代码 可以显示8位和24位的bmp图像-bmp image shows the source code can show the 8-bit and 24-bit bmp image
Platform: | Size: 149504 | Author: slm | Hits:

[Special Effectsbmp2source

Description: This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows(TM) .BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.-This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows (TM). BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.
Platform: | Size: 46080 | Author: 赵东 | Hits:

[Picture Viewershowcopybmp

Description: 用c语言编写的关于bmp 4位,8位,24位位图的显示及复制程序。-c language used on bmp four, eight, 24 bitmap display and reproduction procedures.
Platform: | Size: 5120 | Author: 刘存良 | Hits:

[Special Effectsss2005.11.29

Description: 主要用于打开8位、24位BMP图像,并对其进行相应的处理,如:颜色分量提取,检测等-key to open the eight, 24 BMP images, and its corresponding treatment, such as : color component extraction, testing
Platform: | Size: 2371584 | Author: 翟超 | Hits:

[Picture Viewer24bits_to_256dib

Description: BMP图象24位真彩色,256位,灰度图之间的转换,相信对大家有所帮助,-24 true color, 256, the conversion between the gray level, we believe that the right help,
Platform: | Size: 1951744 | Author: 姚庆杏 | Hits:

[.netCImage$8bitTo24bit

Description: CImage类的使用 以及8bit同24bitBMP的相互转换
Platform: | Size: 67584 | Author: DerekLouie | Hits:

[2D Graphicbmptobinary

Description: bmp,24位,8位,灰度图-->binary转换-bmp, 24, and 8-bit, grayscale
Platform: | Size: 6144 | Author: yuxl | Hits:

[Linux-Uniximage_bmp_process

Description: 用纯C写的读RGB文件格式的代码,返回文件头和数据头,这样再读写数据就容易多了。支持8位,24位RGB图。Linux系统里面RGB图片数据格式存储格式为RGB,从上往下填充;而Windows系统里,RGB图片存储格式为BGR,从文件的最后一行开始填充,所以读取RGB图时得注意。-Written in C with pure RGB file format reading the code, return the first file header and data, so re-read and write data much easier. Support for 8, 24-bit RGB Fig. Linux system inside the RGB image data format storage format for the RGB, from top-down filling and Windows systems, RGB image storage format is BGR, from the documents began to fill the last line, so readers have to pay attention to RGB map.
Platform: | Size: 3072 | Author: gomo | Hits:

[GDI-BitmapReadBitMap

Description: 改工具是一个bmp图片的浏览器。可以打开任意一种bmp格式的图片,如8,24位等等。-Change tools is a bmp picture browsers. Can open any of bmp format images, such as 8,24-bit and so on.
Platform: | Size: 1139712 | Author: Zheng, dannis | Hits:

[Windows Developrgb_to_gray

Description: this the code to convert 24 bit bmp images to 8bit grayscale image.-this is the code to convert 24 bit bmp images to 8bit grayscale image.
Platform: | Size: 4096 | Author: ashish | Hits:

[Embeded-SCM Developbmp-picture-maker

Description: 位图图片制作好工具,可以制作多种类型的图片,24 BIT,16BIT,8BIT等待-Produced a good tool for bitmap images, you can produce various kinds of images, 24 BIT, 16BIT, 8BIT wait
Platform: | Size: 1827840 | Author: 李开志 | Hits:

[Picture Viewerbmp

Description: 用C语言实现BMP图像的显示,可以显示出1bit,4bit,8bit,16bit,24bit图像-BMP image using C language display, can show 1bit, 4bit, 8bit, 16bit, 24bit images
Platform: | Size: 6586368 | Author: 刘子龙 | Hits:

[Special EffectsBmpConvert

Description: BMP图像转换程序,C++编写的,支持4、8、24位位图之间的转换-BMP image conversion program, C++ written in support of 4,8,24-bit bitmap conversion between
Platform: | Size: 6144 | Author: xml | Hits:

[Picture ViewerBMP--ANALisy

Description: bmp图像文件,位图1位,位图4位,位图8位,位图16位,位图24位详细分析!-bmp image files, bitmap 1, 4-bit bitmap, bitmap 8 bit, 16-bit bitmap, bitmap detailed analysis of 24!
Platform: | Size: 2322432 | Author: 王韬 | Hits:

[Picture Viewer1.bmp

Description: 这是基于C语言编写的关于BMP32、24、16、8、4、1等各种格式的显示程序,包括其中的压缩格式也可以显示,很实用。-This is based on the C language on BMP32, 24,16,8,4,1 display program such as a variety of formats, including the compression format can also display, very useful.
Platform: | Size: 5307392 | Author: 蔡浩 | Hits:

[Picture ViewerBMP

Description: BMP的24位,16位,8位,4位,2位的显示-the display of BMP 24-bit, 16-bit, 8-bit, four
Platform: | Size: 328704 | Author: guan | Hits:

[Other真彩色bmp灰度化

Description: 24位真彩色bmp图像转换为8位bmp图像(The type of bmp (24bit) translate to 8bit)
Platform: | Size: 2612224 | Author: wenyuxiao | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net